Skip to main content

All Questions

Tagged with
2votes
2answers
4kviews

AIX - Using Sed To Replace A String In A File

On RHEL, I am able to utilize the sed -i command to replace a string within a file, however, on AIX, it seems like the same -i parameter cannot be used. I have a file called abc.xml that contains the ...
Help's user avatar

close